home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Suzy B Software 2
/
Suzy B Software CD-ROM 2 (1994).iso
/
prntutil
/
gs252b
/
atari
/
stprint.h
< prev
Wrap
C/C++ Source or Header
|
1995-04-25
|
243b
|
14 lines
/*
* Header file for ghostscript printer device files that use
* Chris Strunk's fast printing routines.
*/
#ifdef CSPRINT
#define fputc csputc
#define fputs csputs
#define fwrite cswrite
#define fprintf csprintf
#endif